home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / pb_uti.zip / PB-UTI.DOC < prev    next >
Text File  |  1992-07-01  |  3KB  |  109 lines

  1. Powerboard-UTI 1.00 (C) 1992 Scott Brown
  2.  
  3.  
  4. The Powerboard Universal Text Interface consists of:
  5. UTIHIGH.EXE
  6. UTICFG.EXE
  7. UTIIMPRT.EXE
  8. UTIEXPRT.EXE
  9. UTIVER.EXE
  10. UTILIST.EXE
  11. UTILSTRD.EXE
  12. UTIDOOR.EXE
  13.  
  14.  
  15. 1. Buy PC-Relay software from Bonnie Anthony:301-229-5623.  Then tell
  16.    her that you want to join the RIME network (unless you don't want to
  17.    and intend to join anohter PCRelay based network).
  18.  
  19. 1. Setup PCRelay itself--config options such as Zipper name/path, etc,
  20.    Set to UTI Revision II.  Do Not set the conferences.
  21.  
  22. 2. Create confs in PB & load Powerboard (PBOARD.EXE) with /C switch.
  23.  
  24. 3. Create PBCONFS.CFG -- get short names from Conflist.rly file (use
  25.    CONFIG.EXE (PCRELAY) to get these names).
  26.    The format for PBCONFS.CFG is:
  27.    Conference number as assigned by PCRelay
  28.    Conference Short Name as assigned by PCRelay
  29.    Conference Long Name as assigned by PCRelay
  30.    Your file might look something like this:
  31.    9
  32.    Comm
  33.    Communications(RIME)
  34.    30
  35.    Sci-Fi
  36.    Science Fiction (RIME)
  37.  
  38.    In this setup, you have 2 conferences, the first one being
  39.    "Communications" and the second being "Science Fiction".
  40.  
  41. 5. Add a line to your AUTOEXEC.BAT file:
  42.    SET BBSPATH=c:\bbs
  43.    (If your BBS path is something other than c:\bbs then put that there.)
  44.  
  45. 4. Associate Confs w/ UTICFG
  46.  
  47. 5. Go into PCRelay and add conferences desired.
  48.  
  49. 6. Get Q4RLY43.ZIP by Bob Browne--available on SOS BBS, 914-576-6139.
  50.    This should provide a script for QModem and a batch file.  You will
  51.    then need to edit these files for your system setup.  There are
  52.    instructions included with Q4RLY43.
  53.  
  54. 7. SP.BAT and RP.BAT are included with Q4RLY43.ZIP.  They are the
  55.    transfer protocol batch files.  Run QINSTALL (Qmodem) and add
  56.    a protocol called P.  Edit these files to work with your system.
  57.    These files run DSZ.  You may need to look at the DSZ manual.
  58.    The usual info for SP.BAT:
  59.  
  60.    dsz port <port> speed <speed> pB6144 sz <dir + filename>
  61.  
  62.    <port>    = com port
  63.    <speed>   = baud rate
  64.    <dir+fln> = path to your send packet + [nodeId].Rly
  65.  
  66.    The usual info for RP.BAT
  67.  
  68.    dsz port <port> speed <speed> pB6144 rz <dir>+In.Rly
  69.  
  70.    <dir>     = path to your receive packet
  71.  
  72. 8. Next is to setup the transfer batch file.  This wil be run in your
  73.    daily event.
  74.    This should look something like this:
  75.  
  76. @echo off
  77. cls
  78. rem    v---this is the path to pcrelay
  79. cd\pcrelay
  80. export.exe
  81. rem   v------this is the path to qmodem
  82. cd\qmodem
  83. qmodem/s=q4rly43
  84. cd\pcrelay
  85. import.exe
  86. cls
  87. lastxfer xfer.cfg
  88. cls
  89. rem  v-----path to BBS
  90. cd\bbs
  91. pboard/as
  92.  
  93.    In this batch file, we run a file called LASTXFER.  That program
  94.    is included in this .Zip file.  You may want to modify the
  95.    configuration file (xfer.cfg).
  96.  
  97. 9. Notify the BBS that you wish to get your mail from that you wish
  98.    to connect to RIME and tell them you have approval from Bonnie
  99.    Anthony to do this.
  100.  
  101. 10. Run EVCONFIG and add the batch name that you made to your
  102.     event list so that it will run every night.
  103.  
  104.  
  105.  
  106. If you need help, please feel free to call Mark Hennessy at The Particle
  107. Board BBS: 914-834-6346.  He has set up PCRelay and helped me write
  108. this documentation file.
  109.